Homework 4: Remote Access, Command Prompt and Directories
CS 110
•
10 Points Total
Due on-line Mon. Feb. 12, 2018
Assignment
For this assignment, you are to learn how to remotely connect to the CEFNS Remote Server and make your own CS110
folder, gaining some familiarity with command-line interaction. To show proof of your submission
(use the printscreen function on your computer, e.g. some Windows machines use Alt-PrintScrn to copy and paste
the results into a document.
Here are the steps:
- Remotely log onto CEFNS with your own computer. Instructions for your computer can be found at:
http://nau.edu/CEFNS/IT/Services/ and scroll
to "Remote Services".
- Look for: "Connecting to Remote Desktop Servers" for your computer.
- Read/follow the instructions to make a remote desktop connection to CEFNS from your PC or Mac.
- At the CEFNS Desktop screen, click the "Start Button" and enter "Command" to start the Command Window.
- At the Command Window Prompt(to make/create a CS110 directory), type: "mkdir CS110"
- To change to that new CS110 directory, type: "cd cs110"
- To create a small sample file, type: "echo This is a sample text file > sample.txt"
- To display that file, type: "type sample.txt"
- To move back to your original directory, type: "cd .." (cd space dot dot --- cd stands for change directory)
- To save this work, take a screenshot of your work
- To exit, type "exit"
Reference: there is a nice summary of what we are doing with this assignment at
this web site.
Paste your screenshot into a Word document. Type your name, "CS 110 HW4: Remote Access, Command Prompt and
Directories", and the date completed --- at the top of your paper and upload into Blackboard Learn by the due
date. Remember the filenaming convention of Lastname_Firstname_HW4.docx or something similar.